﻿@font-face {
    font-family: 'Montserrat';
    src: url('/css/Solaris Law - Web/fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    src: url('/css/Solaris Law - Web/fonts/Roboto/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
}

/* Root */
:root {
    --black-background-color: #0A0A0A;
    --PrimaryText-color: #2D2D2D;
    --PrimaryColor: #00B5AD;
    --MainBackground-color: #FFFFFF;
    --BrderColor: #EDEDED;
}

/* Page layout */
html, body {
    height: 100%;
}

html {
    background-color: #FFFFFF;
    font-family: 'Montserrat', 'Roboto';
}

body {
    margin: auto;
    padding: 0;
    font-family: 'Roboto' !important;
    font-size: 12pt;
    font-weight: 400;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

.stepwizard-step {
    font-family: 'Montserrat';
    font-weight: 400;
    background: white;
}

    .stepwizard-step a {
        text-transform: none;
    }

/* Content */
.container.body-container,
.body-content,
#referenceBody {
    flex: 1 0 auto;
}

.notice-block {
    border-radius: 6px;
    margin-bottom: 50px;
    font-family: 'Roboto';
    /* color: white; */
}

    .notice-block p {
        margin: 0 0 8px 0;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-stretch: 100%;
    }

        .notice-block p:last-child {
            margin-bottom: 0;
        }

    .notice-block b {
        font-weight: 700;
    }

    .notice-block a {
        color: #2D2D2D;
        text-decoration: underline !important;
        font-weight: bold;
    }


/* Inputs */
.body-content .form-group.material input, .body-content .form-group.static input {
    margin: 0px;
    padding: 0px 10px 0px 10px;
    height: 35px;
    border: 2px solid #CCCCCC;
    color: #2D2D2D;
    font-family: 'Montserrat';
    border-radius: 10px;
    background: white;
}

.body-content input:focus {
    border: 2px solid var(--black-background-color) !important;
}

/* Header */
.header {
    box-shadow: none;
    margin-bottom: 30px;
    --tw-bg-opacity: 1;
    background-color: rgb(32 32 32 / var(--tw-bg-opacity));
}

.divLogo {
    padding: 0;
}

.imgLogo {
    margin: 20px auto 20px;
    padding: 0;
    height: 40px;
    max-width: 310px !important;
}

@media screen and (min-width: 320px) {
    .imgLogo {
        max-width: calc(25.81262vw + 47.39962px);
    }
}

/* Step Wizard */
.stepwizard {
    margin-bottom: 10px;
}

.stepwizard-step a.active:before {
    background-color: var(--black-background-color);
}

.stepwizard-step a {
    font-size: 12px;
    font-weight: 400;
    color: black
}

/* Body head */
.body-head {
    border-bottom: 0px solid grey;
    margin-bottom: 0px;
}

.body-content {
    display: block;
    width: 100%;
    border-top: 0px solid grey;
    margin: 0px;
}

.body-head .title, .body-head .thanks {
    text-align: left;
    margin: 0 0 10px 0;
    padding: 5px;
    display: block;
    font-weight: 300;
    box-sizing: border-box;
    font-size: 32px;
    font-family: 'Roboto';
    text-transform: none;
    border-bottom: 1px solid #EDEDED;
    margin: 25px 0 25px 0
}

.body-head .description, .body-head p.confirm {
    margin: 0 0 60px 0;
    font-weight: bold;
    font-family: 'Roboto';
    color: black;
}

#confirm_content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-around;
    align-items: stretch;
}

div .reference {
    margin: 0px;
}

#verification > div.form-group.reference-container-1 > div {
    margin-bottom: 60px;
}

/* Footer */
footer {
    background-color: var(--black-background-color);
}

.footerProvider {
    display: none;
}

footer p {
    font-size: 10pt;
    text-align: center;
}

#footer-container-row {
    display: flex;
    flex-direction: row;
    align-content: space-between;
    justify-content: space-around;
    align-items: center;
}

footer.footer.mt-auto {
    margin-top: auto !important;
}

footer a {
    color: #36D6E3 !important;
    font-weight: 700;
}

/* Misc */
span.question {
    display: none;
}

#questionReference1, #questionReference2 {
    display: inline;
    margin-left: 270px;
    position: absolute;
    top: 10px;
}

.field-validation-error {
    color: #bd2a10;
    text-transform: none;
    margin-top: 0px;
}

/* Labels */
.body-content .form-group.material label,
.body-content .form-group.static label,
.input-floating-label label,
#amount .description {
    text-transform: none;
    font-size: 10pt !important;
    top: -30px;
    transform: none;
    font-weight: 600;
    font-family: montserrat,sans-serif;
}

.amount-disclaimer-text {
    margin-bottom: 30px;
}

.order-confirmation .line .float-start,
.order-confirmation .top .float-end,
.order-confirmation .top .float-start,
.order-confirmation .line .float-end {
    text-transform: none;
    font-size: 10pt !important;
    transform: none;
    font-family: montserrat,sans-serif;
    color: var(--black-background-color);
}

#phoneNumberLabel {
    left: 0px;
}


#phoneNumberContainer:has(#MobilePhoneNumber-error.input-validation-error) #phoneNumberLabel {
    font-weight: 600;
    color: #5A5A5A;
    transform: translate3d(0, 10px, 0) scale(.80);
    top: -40px;
}

#verification {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

#confirm_description_paragraph {
    display: none;
}

#amount {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}

    #amount .description {
        margin-bottom: 0px;
    }

body > div > div.container.body-container > div.body-head.body-head-amountsetup > p.description {
    text-align: left;
    margin-bottom: 20px;
}

.body-content .form-group.amount input {
    padding: 0 10px 0 17px;
    max-width: 250px;
}

.body-content .form-group.amount:after {
    content: "£";
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 20px;
    line-height: 40px;
    color: #333;
    font-weight: 400;
    padding: 0 0 0 6px;
}

.body-content .form-group.material, .body-content .form-group.static {
    margin-bottom: 3rem;
}

#amount .form-group.material,
#amount .form-group.static {
    margin-bottom: 4rem;
}

#Email {
    width: 95%;
    font-size: 16px;
}

#divEmail > label {
    display: none;
}

#cardDetailsDescription {
    margin-bottom: 35px;
    padding: 5px;
}

.body-content .form-group input {
    border: 2px solid #CCCCCC;
    font-family: 'Montserrat';
    padding: 0.75rem 1rem;
    --text-opacity: 1;
    color: black;
    border-radius: 5px !important;
}

#phoneCodeDropdown,
#countryContainer .select2-container {
    padding: 0 0 0 10px;
    border: 2px solid #CCCCCC;
    color: #333333;
    font-family: 'Montserrat';
}

#countryContainer .select2-container {
    border: 2px solid #CCCCCC;
    margin-top: 0 !important;
    height: 2.5em;
}

#select2-BillingCountry-container {
    position: relative;
    display: inline-block;
    top: 8px;
    text-transform: capitalize !important;
    font-size: 16px !important;
}

.select2-container--default .select2-selection--single {
    border: none !important;
}

.select2 {
    width: 97% !important;
}

#countryContainer .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
}

.body-content .form-group.amount input[type=checkbox] {
    position: absolute;
}

.customCheckBox label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    bottom: 10px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
    border-radius: 3px;
}

#disclaimerText {
    font-family: 'Roboto';
    font-size: 16px;
    padding: 20px;
    color: var(--black-background-color);
}

#payDetails > div.padding > label {
    background: var(--black-background-color) !important;
    color: #ffffff;
    border: 1px solid #CCCCCC;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    font-family: 'Montserrat';
    font-size: 12pt;
    font-weight: 500;
    padding: 10px 16px;
}

    #payDetails > div.padding > label:hover {
        background: var(--black-background-color);
        box-shadow: 0 2px 8px rgba(0,0,0,.15);
    }

    #payDetails > div.padding > label:active {
        transform: translateY(1px);
    }

    #payDetails > div.padding > label:focus-visible {
        outline: 2px solid var(--black-background-color);
        outline-offset: 2px;
    }

#invoiceList .displayList {
    background: #f6fbff;
    border: 1px solid #e6eef5;
    border-radius: 6px;
    padding: 6px;
}

#invoiceList .description {
    font-family: 'Montserrat'
}

#invoiceList .displayList:hover {
    font-weight: bold;
}

#invoiceList .description {
    text-align: left !important;
    white-space: pre;
    font-variant-numeric: tabular-nums;
    padding: 10px 12px;
}

    #invoiceList .description:not(:last-child) {
        border-bottom: 1px solid #e6eef5;
    }

/* Buttons */
.body-content .next .btn.btn-primary {
    display: inline-block;
    padding: 2rem;
    margin: 0 10px 1rem 0;
    font-family: 'Roboto', sans-serif;
    font-size: 10pt;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: none;
    letter-spacing: 3px;
    color: #2D2D2D;
    background-color: rgb(54, 214, 227);
    background-image: none;
    border-radius: 90px;
    cursor: pointer;
    transition: all 0.4s ease;
    width: 250px
}

    .body-content .next .btn.btn-primary:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(50 167 177 / var(--tw-bg-opacity));
    }

#submitbutton:hover, #amountOptionsContinue:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(50 167 177 / var(--tw-bg-opacity));
}

#amountOptionsContinue {
    float: none;
}

#amount > div.next.prev.clearfix {
    margin-top: 0px;
}

.order-confirmation button {
    background-color: rgb(54 214 227) !important;
    color: #000;
    border: 1px solid #1a1c1c !important;
    border-radius: 0 0 2rem 2rem;
    letter-spacing: 3px;
    transition: .4s;
    font-size: 16px;
    text-transform: none;
}

    .order-confirmation button:hover, #backCardSetup .btn.btn-primary:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(50 167 177 / var(--tw-bg-opacity)) !important;
    }

#backCardSetup .btn.btn-primary {
    display: inline-block;
    padding: 2rem;
    margin: 0 10px 1rem 0;
    font-family: 'Roboto', sans-serif;
    font-size: 10pt;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: none;
    letter-spacing: 3px;
    color: #2D2D2D;
    background-color: rgb(54, 214, 227);
    background-image: none;
    border-radius: 90px;
    cursor: pointer;
    transition: all 0.4s ease;
    text-transform: none;
}

#totalAmount {
    display: none;
}

#defaultErrorMessage {
    margin-top: 250px;
    text-align: center;
}

#processPaymentWaiting h4.title {
    font-family: 'Roboto';
}

#processPaymentWaiting .confirm {
    margin-top: 25px
}

#processPaymentWaiting h4.title:nth-of-type(2) {
    color: black;
    background: none;
    border-bottom: none;
    text-align: center;
}

#description description3-failedPayemnt-text, #description3_failedPayemnt_paragraph {
    display: none;
}

#backButtonWaiting h4.title {
    color: black;
    background: none;
    border-bottom: none;
    text-align: center;
    margin: 0 0 10px 0;
    font-family: 'Roboto';
}

#description\ description3-SuccessfulPayemnt-text {
    margin-top: 0px;
    padding: 24px;
    background-color: #fcfcfc;
    border-left: 5px solid #0A0A0A;
    border-radius: 2px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    max-width: 700px;
    display: inline-block;
}

#description3_SuccessfulPayemnt_paragraph {
    color: #444;
    line-height: 1.6;
    margin: 0;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    #Email {
        width: 96%;
    }

    footer.footer.mt-auto {
        position: static;
    }

    .mt-auto {
        margin-top: auto !important;
    }

    .body-container {
        padding-bottom: 0px;
    }

    .body-content .next, .order-confirmation {
        margin-bottom: 25px;
    }

    footer p {
        line-height: normal;
        text-align: center;
    }
}


@media(max-width: 435px) {
    #payDetails > div.padding > div.top.clearfix {
        display: inline-flex;
        flex-direction: column;
    }

    #invoiceList .description {
        font-size: 14px !important;
    }
}
